Fix Gitlab URL & remove readme
authorFelix Krull <f_krull@gmx.de>
Tue, 16 Oct 2018 17:50:26 +0000 (19:50 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
It's unnecessary.

rust-bindings/rust/libostree-sys/Cargo.toml
rust-bindings/rust/libostree-sys/README.md [deleted file]

index dc94457f23c7a07c46944c32f785b955010fe437..38e34217974e3ac44213e733bde0a38a53e33661 100644 (file)
@@ -1,5 +1,5 @@
 [badges.gitlab]
-repository = "https://gitlab.com/fkrull/rust-libostree"
+repository = "fkrull/rust-libostree"
 
 [build-dependencies]
 pkg-config = "0.3.7"
@@ -47,6 +47,5 @@ keywords = ["ffi", "ostree", "libostree"]
 license = "MIT"
 links = "ostree"
 name = "libostree-sys"
-readme = "README.md"
 repository = "https://gitlab.com/fkrull/rust-libostree"
-version = "0.1.0"
+version = "0.1.1"
diff --git a/rust-bindings/rust/libostree-sys/README.md b/rust-bindings/rust/libostree-sys/README.md
deleted file mode 100644 (file)
index 2d4096e..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# Autogenerated FFI bindings for libostree
-This crate contains the unsafe low-level FFI bindings for libostree. You most likely want the
-[libostree crate](https://crates.io/crates/libostree) instead. It provides a higher-level, safe interface on top of this
-crate.